const encoding/xml.fElement

12 uses

	encoding/xml (current package)
		marshal.go#L944: 		case fElement, fElement | fAny:
		read.go#L489: 			case fAny, fAny | fElement:
		read.go#L680: 		if finfo.flags&fElement == 0 || len(finfo.parents) < len(parents) || finfo.xmlns != "" && finfo.xmlns != start.Name.Space {
		typeinfo.go#L32: 	fElement fieldFlags = 1 << iota
		typeinfo.go#L42: 	fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
		typeinfo.go#L125: 		finfo.flags = fElement
		typeinfo.go#L151: 			finfo.flags |= fElement
		typeinfo.go#L161: 			finfo.flags |= fElement
		typeinfo.go#L163: 		if finfo.flags&fOmitEmpty != 0 && finfo.flags&(fElement|fAttr) == 0 {
		typeinfo.go#L208: 		if (finfo.flags & fElement) == 0 {
		typeinfo.go#L217: 	if finfo.flags&fElement != 0 {